This patch is to make xentop able to print vcpu usage for out of order
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 22 Oct 2005 06:37:15 +0000 (07:37 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 22 Oct 2005 06:37:15 +0000 (07:37 +0100)
commitdb65a8e335a5ed2a9f4eca87d8015686c526ebea
treee6603f86487239189b6f5672d0580336bde26ae4
parent44d95809c515f3207960665b9ba1b640168446f7
This patch is to make xentop able to print vcpu usage for out of order
enabled vcpus in a domain. This really isn't an issue anymore with the
changes made to dom0 ops and xm/xend.

But, I provide it because:

- Josh noticed my previous patch called getvcpuinfo twice for each vpcu,
which was completely silly.

- this patch would be useful in the remote chance that domain vpcus are
enabled out of order.

Signed-off-by: Daniel Stekloff <dsteklof@us.ibm.com>
tools/xenstat/libxenstat/src/xen-interface.c
tools/xenstat/libxenstat/src/xen-interface.h
tools/xenstat/libxenstat/src/xenstat.c
tools/xenstat/libxenstat/src/xenstat.h
tools/xenstat/xentop/xentop.c